home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 433 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.6 KB

  1. From: Daniel Eriksson  <den@abacus.hgs.se>
  2. Subject: Applying patches to MiNT source
  3. Date: Wed, 18 Aug 1993 12:57:42 +0200 (MET DST)
  4.  
  5.  
  6. > Okay, color me stupid :-}.  I've been trying to apply the patches Eric
  7. > just sent out to the 1.08 sources from a.a, and getting nowhere.  All
  8. > the chunks have a "before" filename of `1.8' -- presumably a directory
  9. > name, but I haven't been able to convince patch to treat it as such.
  10. > Presumably there's some cmd-line option I'm missing, or I haven't got my
  11. > directories laid out right.  Since previous patches have been similarly
  12. > shaped, I assume that everyone else here already knows how to do this,
  13. > and I look pretty silly.  Can someone bring me up to speed?
  14. >                         -sbigham
  15.  
  16. Here's basicly what I did. Just make sure you've got one of the newer
  17. versions of patch (f.e. 12g8). You should have no trouble with the
  18. latest at atari.archive (which is the one I use).
  19.  
  20. ---
  21. # Put both mint108s.zoo and the appropriate diffs (diff1819.txt ?) in
  22. # a suitable directory (/home/sbigham/mint/ for example :-).
  23. zoo xq// mint108s.zoo
  24. patch -l < diff1819.txt
  25. # Unless there's something really wrong with your setup you now should
  26. # see a lot of "chunk #x succeeded". :-)
  27. ---
  28.  
  29. That should do it. The crucial(sp?) part for me is the '-l'-flag for
  30. patch. It means patch should match line-endings loosely, which
  31. seems necessary in my setup (a quite Unix-like setup with lots of
  32. GNU-utilities compiled directly from the original sources (which
  33. often makes them dislike CR+LF-endings and also makes them handle
  34. long filenames very well :-)).
  35.  
  36. Good luck!
  37.  
  38. -Daniel Eriksson  (den@hgs.se)
  39.